home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / rexx / addrexxlib.rexx next >
OS/2 REXX Batch file  |  1995-03-19  |  206b  |  9 lines

  1. /** Addrexxlib.rexx
  2. *
  3. *   This adds the support libraries
  4. *
  5. **/
  6. check = addlib('rexxsupport.library',0,-30,0) 
  7. check = addlib('rexxmathlib.library',0,-30,0) 
  8. check = addlib('rexxarplib.library',0,-30,0)   
  9.